home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
Libraries
/
SAT 2.3b4
/
Demo ƒ
/
HeartQuest demo ƒ
/
ClutFade.p
< prev
next >
Wrap
Text File
|
1994-11-29
|
166b
|
9 lines
{Interface to the ClutFade library}
unit ClutFade;
interface
procedure FadeScreen (fadeTime: Integer; fadeOutFlag: Boolean; fadeTo: RGBColor);
implementation
end.